From 38e146617ad3a1e489d10b53f9d405398c37c055 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 28 Oct 2006 13:40:52 +0000 Subject: [PATCH] use comma as sed pieces separator so that path slashes need not to be quoted --- debian/cdbs/ocaml.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/cdbs/ocaml.mk b/debian/cdbs/ocaml.mk index 221f7659..5aace585 100644 --- a/debian/cdbs/ocaml.mk +++ b/debian/cdbs/ocaml.mk @@ -16,7 +16,7 @@ # this program; if not, write to the Free Software Foundation, Inc., 51 # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# $Id: ocaml.mk 3237 2006-10-13 08:27:10Z zack $ +# $Id: ocaml.mk 3288 2006-10-28 13:40:52Z zack $ _cdbs_scripts_path ?= /usr/lib/cdbs _cdbs_rules_path ?= /usr/share/cdbs/1/rules @@ -47,8 +47,8 @@ ocamlinit: ocamlinit-stamp ocamlinit-stamp: for f in $(OCAML_IN_FILES) ; do \ sed \ - -e 's/@OCamlABI@/$(OCAML_ABI)/g' \ - -e 's/@OCamlStdlibDir@/$(OCAML_STDLIB_DIR)/g' \ + -e 's,@OCamlABI@,$(OCAML_ABI),g' \ + -e 's,@OCamlStdlibDir@,$(OCAML_STDLIB_DIR),g' \ $$f.in > $$f ; \ done touch $@ -- 2.30.2